Getting the Characteristics of a Font
TheFontMetrics
procedure and theOutlineMetrics
function both return font measurement information. TheFontMetrics
procedure returns the ascent and descent measurements, width of the largest glyph, and leading measurements for either a bitmapped or an outline font. TheOutlineMetrics
function returns measurements for text to be written in an outline font.
Subtopics
- FontMetrics
- OutlineMetrics